[INFO] fetching crate codex-app-server-sdk 0.5.1...
[INFO] testing codex-app-server-sdk-0.5.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] extracting crate codex-app-server-sdk 0.5.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate codex-app-server-sdk 0.5.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate codex-app-server-sdk 0.5.1
[INFO] tweaked toml for crates.io crate codex-app-server-sdk 0.5.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate codex-app-server-sdk 0.5.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate codex-app-server-sdk 0.5.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d3f8a5572a5601ce60f811052abb3626fda7758c7ea148d24c6e74b8faa10846
[INFO] running `Command { std: "docker" "start" "-a" "d3f8a5572a5601ce60f811052abb3626fda7758c7ea148d24c6e74b8faa10846", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3f8a5572a5601ce60f811052abb3626fda7758c7ea148d24c6e74b8faa10846", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3f8a5572a5601ce60f811052abb3626fda7758c7ea148d24c6e74b8faa10846", kill_on_drop: false }`
[INFO] [stdout] d3f8a5572a5601ce60f811052abb3626fda7758c7ea148d24c6e74b8faa10846
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23aef842631bfca2e2cc9f3d8377a7222d270af857aa2c1c604c9c4ddf320846
[INFO] running `Command { std: "docker" "start" "-a" "23aef842631bfca2e2cc9f3d8377a7222d270af857aa2c1c604c9c4ddf320846", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling codex-app-server-sdk-macros v0.1.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling codex-app-server-sdk v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.77s
[INFO] running `Command { std: "docker" "inspect" "23aef842631bfca2e2cc9f3d8377a7222d270af857aa2c1c604c9c4ddf320846", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23aef842631bfca2e2cc9f3d8377a7222d270af857aa2c1c604c9c4ddf320846", kill_on_drop: false }`
[INFO] [stdout] 23aef842631bfca2e2cc9f3d8377a7222d270af857aa2c1c604c9c4ddf320846
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d8fc5972f3c4ed41ae9f4996d61a1817ef6e69849bbfbc033be56b5f07fd2e77
[INFO] running `Command { std: "docker" "start" "-a" "d8fc5972f3c4ed41ae9f4996d61a1817ef6e69849bbfbc033be56b5f07fd2e77", kill_on_drop: false }`
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling codex-app-server-sdk v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `codex-app-server-sdk` (test "integration_api_stdio")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name integration_api_stdio --edition=2024 tests/integration_api_stdio.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=315381131c4cb968 -C extra-filename=-1dc03cb6b576e727 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-67c4835fa8a1d60d.rlib --extern codex_app_server_sdk=/opt/rustwide/target/debug/deps/libcodex_app_server_sdk-f90631332e7dead1.rlib --extern codex_app_server_sdk_macros=/opt/rustwide/target/debug/deps/libcodex_app_server_sdk_macros-5c648ecc81895948.so --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-d2b048c66d367288.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-3c2cc7cfb3cbfbe4.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-8254dd2648f21317.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-9b7bdbdd7c6ef042.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-99816c7928fde72b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b0e6c26712c734cd.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-f22a79fabf449ece.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-09610caf3d10a3d7.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f1f7843e7ea05445.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-b2ada8a74033e3a1.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-db8c32c0bb6c35a0.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-67bf1b8855a06ce1.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-602c362037fcc347/out -L native=/opt/rustwide/target/debug/build/ring-582e93420cc475ee/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `codex-app-server-sdk` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name codex_app_server_sdk --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af77bb20fd6da9c3 -C extra-filename=-98610ff0918a570a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-67c4835fa8a1d60d.rlib --extern codex_app_server_sdk_macros=/opt/rustwide/target/debug/deps/libcodex_app_server_sdk_macros-5c648ecc81895948.so --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-d2b048c66d367288.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-3c2cc7cfb3cbfbe4.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-8254dd2648f21317.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-9b7bdbdd7c6ef042.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-99816c7928fde72b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b0e6c26712c734cd.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-f22a79fabf449ece.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-09610caf3d10a3d7.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f1f7843e7ea05445.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-b2ada8a74033e3a1.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-db8c32c0bb6c35a0.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-67bf1b8855a06ce1.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-582e93420cc475ee/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-602c362037fcc347/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `codex-app-server-sdk` (test "integration_ws")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name integration_ws --edition=2024 tests/integration_ws.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b01231f382ce9a4 -C extra-filename=-267da4e95a379b3b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-67c4835fa8a1d60d.rlib --extern codex_app_server_sdk=/opt/rustwide/target/debug/deps/libcodex_app_server_sdk-f90631332e7dead1.rlib --extern codex_app_server_sdk_macros=/opt/rustwide/target/debug/deps/libcodex_app_server_sdk_macros-5c648ecc81895948.so --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-d2b048c66d367288.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-3c2cc7cfb3cbfbe4.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-8254dd2648f21317.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-9b7bdbdd7c6ef042.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-99816c7928fde72b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b0e6c26712c734cd.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-f22a79fabf449ece.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-09610caf3d10a3d7.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f1f7843e7ea05445.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-b2ada8a74033e3a1.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-db8c32c0bb6c35a0.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-67bf1b8855a06ce1.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-602c362037fcc347/out -L native=/opt/rustwide/target/debug/build/ring-582e93420cc475ee/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `codex-app-server-sdk` (example "web_search_agent")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name web_search_agent --edition=2024 examples/web_search_agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ed8f36a381b6a5f -C extra-filename=-0a1eac8f374e3829 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-67c4835fa8a1d60d.rlib --extern codex_app_server_sdk=/opt/rustwide/target/debug/deps/libcodex_app_server_sdk-f90631332e7dead1.rlib --extern codex_app_server_sdk_macros=/opt/rustwide/target/debug/deps/libcodex_app_server_sdk_macros-5c648ecc81895948.so --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-d2b048c66d367288.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-3c2cc7cfb3cbfbe4.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-8254dd2648f21317.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-9b7bdbdd7c6ef042.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-99816c7928fde72b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b0e6c26712c734cd.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-f22a79fabf449ece.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-09610caf3d10a3d7.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f1f7843e7ea05445.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-b2ada8a74033e3a1.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-db8c32c0bb6c35a0.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-67bf1b8855a06ce1.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-602c362037fcc347/out -L native=/opt/rustwide/target/debug/build/ring-582e93420cc475ee/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d8fc5972f3c4ed41ae9f4996d61a1817ef6e69849bbfbc033be56b5f07fd2e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8fc5972f3c4ed41ae9f4996d61a1817ef6e69849bbfbc033be56b5f07fd2e77", kill_on_drop: false }`
[INFO] [stdout] d8fc5972f3c4ed41ae9f4996d61a1817ef6e69849bbfbc033be56b5f07fd2e77
